Skip to content

Commit cc5e906

Browse files
committed
Updated home with full frontal
1 parent 16cf64a commit cc5e906

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css/html5demos.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,23 @@ li {
8585

8686
#ffad {
8787
font-size: 90%;
88-
border: 1px solid #ccc;
89-
background: #fcfcfc;
88+
border: 1px solid #4C8296;
89+
background: rgba(44,67,71,.7);
9090
display: block;
91+
color: #F7FCE4;
9192
-moz-border-radius-topleft: 25px;
9293
-webkit-border-top-left-radius: 25px;
9394
-moz-border-radius-bottomright: 25px;
9495
-webkit-border-bottom-right-radius: 25px;
9596
border-top-left-radius: 25px;
9697
border-bottom-right-radius: 25px;
97-
color: #000;
9898
text-decoration: none;
99+
cursor: pointer;
99100
}
100101

101102
#ffad:hover {
102-
border-color: #919191;
103+
background: rgb(44,67,71);
104+
border-color: #1B2B30;
103105
}
104106

105107
#ffad section {

0 commit comments

Comments
 (0)