-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmycss.css
48 lines (43 loc) · 911 Bytes
/
mycss.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.navbar{
background-color: #74AFAD;
background-image: none;
}
.nav.navbar-nav.navbar-right li a {
color: black!important;
}
.nav.navbar-nav li a{
color:black;
}
.navbar-header a{
color:black!important;
}
ul.nav a:hover { color:black!important; }
.navbar a:hover {color:black!important;}
.page_content{
padding: 20px;
width: 800px;
margin: 0 auto;
margin-top: 100px;
background: white;
border-radius: 20px;
border-width: thin medium thick 10px;
box-shadow: 5px 10px 20px ;
border-collapse: collapse;
font-family: Arial, Helvetica, sans-serif;
}
.btn{
background-color: skyblue;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
border-radius: 6px;
cursor: pointer;
}
body{
background-color: #ECECEA;
}