-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (55 loc) · 1.29 KB
/
styles.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
body {
background-color: white;
background-image: url("https://img.freepik.com/vektoren-premium/zerknittertes-blatt-millimeterpapier-hintergrund_47243-1131.jpg?w=2000");
font-family: 'Just Another Hand', sans-serif;
}
h1{
margin-top: 48px;
text-shadow: 1.5px 2px 4px rgba(136, 165, 191, 0.48);
font-size: 45px;
text-decoration: underline solid black 4px;
}
.formtxt{
margin-top: 19.7px;
font-weight: bold;
font-size: 30px;
text-shadow: 1.5px 2px 4px rgba(136, 165, 191, 0.48);
}
.form-control{
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
font-size: 27px;
}
.navbar{
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
padding-top: 2px;
padding-bottom: 0px;
}
.nav-text{
font-size: 27px;
margin-left: 7px;
}
.brand{
margin-left: 15px;
font-size: 30px;
font-weight: bold;
}
.brand:hover{
cursor: default;
}
.nav-text-r:hover{
cursor: default;
}
.navigation{
margin-left: 25px;
}
#button{
margin-top: 40px;
font-size: 30px;
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
#grade{
margin-top: 30px;
font-weight: bold;
font-size: 40px;
text-shadow: 1.5px 2px 4px rgba(136, 165, 191, 0.48);
}