-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (84 loc) · 1.41 KB
/
style.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header #container{
background-color: #333;
text-align:left;
padding-left: 25px;
color: #fff;
padding: 10px;
text-align: center;
}
header #brand{
font-family: Lobster, cursive;
}
header button{
margin-top: 10px;
/* background-color: red; */
}
nav {
background-color:darkcyan;
width: 100%;
padding: 10px;
}
nav a {
width: 100%;
float: left;
color: #fff;
text-align: center;
text-decoration: none;
padding: 10px 10px;
font-size: 17px;
}
.dropdown{
width: 100%;
float: left;
color: #fff;
text-align: center;
text-decoration: none;
padding: 10px 10px;
font-size: 17px;
}
nav a:hover {
background-color: #ddd;
color: #333;
}
img {
width: 70%;
height: 10%;
z-index: -1000;
}
.main {
display:flex;
flex-wrap: wrap;
margin: 10px 0;
justify-content: space-between;
z-index: -100;
}
#dropdownMenuButton2{
border: 0;
background-color: darkcyan;
width: 100%;
float: left;
text-align: center;
text-decoration: none;
font-size: 17px;
margin-top: 0;
}
#dropdownMenuButton2:hover{
background-color: #ddd;
color: #333;
}
.third{
display: inline-flex;
width: 98%;
border: 8px solid black;
padding: 5px;
margin: 20px;
}
.log{
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}