-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.css
164 lines (141 loc) · 2.6 KB
/
design.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
#rcorners {
border-radius: 25px;
border: 2px solid #73AD21;
padding: 20px;
width: 200px;
height: 150px;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.menu{
background-color: #4CAF50;
padding: 0px;
margin: 0px;
border-radius: 0px;
float:top;
width: 100%;
height:11%;
}
ul {
list-style-type: none;
overflow: hidden;
background-color: #4CAF50;
}
.menu li {
float:left;
}
li a {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
a:hover {
background-color: #4CAFFF;
}
#roundedcorners {
border-radius: 25px;
border: 2px solid white;
padding: 20px;
width: 200px;
height: 150px;
margin-bottom: 20px;
margin-top: 100px;
margin-right: 100px;
float: right;
background-color: white;
box-shadow: -10px 10px 5px rgba(0, 0, 0,0.5);
}
.roundedcorners{
box-shadow: -10px 10px 5px rgba(0, 0, 0,0.5);
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-right: 0px;
border-radius: 55px;
}
h4{
font-size: 18px;
color: #4CAF50;
}
h2{
color:white;
}
.menuleft:hover{
background-color: #4CAFFF;
}
.menuleft{
padding:0px 5px;
}
th{
color:#4CAF50;
font-size: 24px;
font-weight: bold;
}
body{
font-family:sans-serif;
background-color: #4CAF50;
}
.footer{
width: 100%;
height: 5%;
}
.button:hover{
background-color: #4CAFFF;
}
.menu{
background-color: #4CAF50;
padding: 0px;
margin: 0px;
}
.menuright ul {
list-style-type: none;
overflow: hidden;
background-color: #4CAF50;
}
.menuright li {
float:left;
}
.menuright li a {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.menuright a:hover {
background-color: #4CAFFF;
}
.menuright div{
position: absolute;
visibility: hidden;
background: white;
border: 1px solid #4CAF50;
}
.menuright div a{
position: relative;
display: block;
padding 5px 10px;
width: auto;
text-align: left;
color: #4CAF50;
}
.menuright div a:hover{
color:white;
}