-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (45 loc) · 643 Bytes
/
style.css
File metadata and controls
58 lines (45 loc) · 643 Bytes
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
body{
background-color: #154360;
font-family: Arial, Helvetica, sans-serif;
}
h1{
color: white;
}
#divContainer{
font-size:20px;
}
@media screen and (min-width: 700px) {
#divContainer{
margin-top:7em;
}
}
input{
color:white;
background-color: #154360;
border: 4px solid #5cb85c;
border-radius: 12px;
height: 36px;
width: 200px;
}
.infoDiv{
border-radius: 3px;
width:80%;
background-color:#F5F5F5 ;
color: black;
box-shadow: 5px 5px 5px grey;
margin-top: 20px;
}
@media screen and (max-width: 700px) {
.infoDiv{
font-size:15px;
}
}
h4{
color: orange;
}
#devBy{
color: white;
}
#ak{
color: orange;
}