-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
99 lines (99 loc) · 1.85 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
93
94
95
96
97
98
99
body{
background: url(images/bg2.webp);
background-size: cover;
background-position: center;
color: white;
/* font-family: 'Raleway', sans-serif; */
font-family: 'Noto Sans', sans-serif;
text-align: center;
}
*::selection{
color: white;
background-color: #5f8c16;
}
body h1{
font-size: 60px;
text-decoration: underline #a1df3c;
}
header h1{
font-size: 70px;
text-decoration: underline #a1df3c;
}
.header{
text-align: center;
}
.branch{
font-size: 30px;
}
form{
margin: 20px;
margin-bottom: 0%;
}
form select{
margin: 10px;
}
select{
margin: 10px;
font-weight: 500;
}
button, button a{
margin: 20px;
padding: 8px 12px;
text-decoration: none;
/* color: rgb(3, 47, 54); */
color: black;
font-size: 26px;
font-weight: 550;
border: 4px solid #a1df3c;
box-sizing: border-box;
transition: transform 0.25s;
background-color: #a1df3c;
}
button{
border-radius: 10px;
}
button:hover, button a:hover{
color: #a1df3c;
background-color: rgb(1, 12, 14);
border: 4px solid #a1df3c;
transform: translateY(-5px);
box-sizing: border-box;
box-shadow: 0 0.5em 0.5em -0.4em #a1df3c;
}
/* select option{
background-color: #a1df3c;
/* color: #a1df3c; */
/* } */
select{
color: #a1df3c;
background-color: black;
border-radius: 15px;
padding: 5px 10px;
border: 2px solid #a1df3c;
}
.deco{
color: #a1df3c;
}
.flex{
display: flex;
justify-content: space-evenly;
}
.yuval{
display: flex ;
justify-content: center;
align-content: center;
font-size: 30px;
margin: 70px 0px;
}
.semcalc{
font-size: 20px;
}
.branch{
margin: 60px 0px;
}
.hbtn button{
font-size: 25px;
}
.header{
margin: 40px 0px;
}