Skip to content

Commit 3700100

Browse files
committed
Added Navbar
1 parent ca3971a commit 3700100

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
body{
2+
background:#80cbc4;
3+
}
14
a{
25
text-decoration: none;
36
cursor: pointer;
@@ -26,4 +29,17 @@ a{
2629
padding: 0px 10px;
2730
border-radius: 50%;
2831
color: white;
32+
}
33+
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating){
34+
color:teal;
35+
text-decoration: underline;
36+
}
37+
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover{
38+
color: red;
39+
}
40+
.dropdown-menu{
41+
width: 230px !important;
42+
top:4.7rem !important;
43+
border-radius: 10px !important;
44+
height: 20rem !important;
2945
}

0 commit comments

Comments
 (0)