-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathcode.css
More file actions
67 lines (63 loc) · 1.14 KB
/
code.css
File metadata and controls
67 lines (63 loc) · 1.14 KB
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
*{
margin:0;
padding:0;
}
body{
background: url(background.webp) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.First-Form{
text-align: center;
font-family: 'Courgette', cursive;
}
.First-Form input{
box-sizing: border-box;
padding-left: 5px;
}
.First-Form-Border{
border: 2px solid black;
border-radius: 30px;
box-shadow: 0px 18px 53px 0px rgba(255, 255, 255, 0.8);
background-color: white;
}
.text_size{
font-size: 1.5em;
}
.Second-Form{
padding-top:5px;
padding-left: 10px;
padding-bottom:10px;
padding-right:-40%;
}
.Second-Form input{
margin-left: 10px;
margin-top:4px;
}
#First{
padding-top:10px;
}
.white-color{
color: white;
font-size: 1.5rem;
font-family: 'Courgette', cursive;
}
#Subject{
padding-left: 5px;
font-family: 'Courgette', cursive;
height:35px;
margin-left:15px;
}
th{
color: white;
font-weight:800;
font-size: 1.5rem;
}
#First{
color: white;
}
.nav-title{
font-family: 'Courgette', cursive;
}