-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
148 lines (133 loc) · 3.01 KB
/
main.css
File metadata and controls
148 lines (133 loc) · 3.01 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
h1, h2, h3, h4, h5, h6 {
color: #3f4b51;
font-weight: 600;
line-height: 1.3;
font-family: 'Oswald', sans-serif;
font-size: 60px;
text-align:center;
}
p{
color: #3f4b51;
font-family: sans-serif;
font-size: 30px;
text-align:center;
}
.center{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.homepagebutton{
background-color: #4bc297;
border: none;
color: white;
padding: 20px 34px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
margin: 4px 2px;
cursor: pointer;
}
.backgroundgradient{
background-image: linear-gradient(to top, #228855, #22a090, #58b6bf, #96c9df, #cdddf0, #e1e7f5, #f2f3fa, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
background-repeat: no-repeat;
background-size:auto;
}
body {
min-height: 100%;
margin: 0;
padding: 0;
}
html {
height: 100%;
}
.splitcalc{
color:#555960;
font-family: 'Istok Web', sans-serif;
font-size:40px
}
/* Dropdown Button */
.dropbtn {
background-color: #98b9f2;
color: white;
padding: 5px;
font-size: 30px;
border: none;
font-family: 'Istok Web', sans-serif;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
font-family: 'Istok Web', sans-serif;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 10px 14px;
text-decoration: none;
display: block;
font-family: 'Istok Web', sans-serif;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #6380b2;}
.textinput{
font-size: 25px;
font-family: 'Istok Web', sans-serif;
width: 100px;
height: auto;
color: #555960;
}
input{
display: inline;
}
.calculatebtn{
background-color: #101b5b;
border: none;
color: white;
padding: 20px 34px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
margin: 4px 2px;
cursor: pointer;
}
.tsctextarea{
float: right;
color: #000000;
font-family: sans-serif;
font-size: 30px;
text-align:left;
border-width:medium;
border-color: #000000;
width:100px
height:250px
}
.schoolprojectsbutton{
background-color: #2887c1;
border: none;
color: white;
padding: 20px 34px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
margin: 4px 2px;
cursor: pointer;
}