-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (81 loc) · 1.56 KB
/
style.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
body{
font-family: 'Forum', cursive;
text-align: center;
background-color: rgb(206, 222, 236);
}
h1 {
font-family: 'Fjalla One', sans-serif;
font-size: 45px;
display: inline;
font-weight: bold;
}
h1::before{
content: "";
background: url(imagebg.jpg) no-repeat center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 9.1%;
z-index: -1;
opacity: 0.5;
}
hr{
border: 1px solid black;
}
hr::before{
content : "";
background : url(imagebg2.jpg) no-repeat center;
position: absolute;
top: 74px;
left: 247px;
right: 547px;
width: 67.5%;
height: 100%;
z-index: -2;
opacity: 0.3;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48;
display: inline;
font-size: 40px;
}
#mainhead{
font-family: 'Dongle', sans-serif;
font-size: 22px;
}
.submit{
background-color: rgb(232, 182, 175);
padding: 10px;
cursor: pointer;
border-radius: 8px;
font-size: medium;
}
.submit:hover{
background-color: rgb(11, 170, 11);
}
.inputcontainer{
border-radius: 5px;
border: 1px solid black;
background-color: rgb(240, 235, 228);
margin-right: 6px;
padding-left: 6px;
}
h3{
border-left: 3px solid black;
display: inline;
}
.radio{
margin-right: 15px;
}
.label{
font-weight: bolder;
}
.radioclass{
font-weight: bolder;
display: inline;
}