-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexam.css
More file actions
47 lines (41 loc) · 915 Bytes
/
exam.css
File metadata and controls
47 lines (41 loc) · 915 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
body {
background:radial-gradient( #012441, #031f4b, #3b5d6e) ;
background-size: cover;
background-repeat: no-repeat;
}
#mainDiv {
margin: auto;
width: 400px;
background:linear-gradient( #012441, #031f4b, #3b5d6e) ;
text-align: center;
border-radius: 20px;
color: rgb(214, 219, 223);
margin-bottom: 150px;
margin-top: 40px;
box-shadow: #0c0c0a 0 10px 10px;
}
button {
background-color: rgb(255, 255, 255);
border: none;
border-radius: 10px;
height: 30px;
width: 100px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-shadow: #07534c 0 10px 10px;
}
button:hover {
box-shadow: 0px 5px 10px white;
}
h1 {
text-shadow: 1px 1px 0px;
}
#oneDiv {
margin-top: 30px;
}
img {
height: 200px;
width: 200px;
}
#cityName {
margin: auto;
}