-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (37 loc) · 677 Bytes
/
style.css
File metadata and controls
44 lines (37 loc) · 677 Bytes
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
*{
margin: 0px;
padding: 0px;
}
h1{
margin-top:20px;
margin-bottom: 20px;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.container{
border: 2px solid black;
border-radius: 24px;
padding: 12px;
}
.button{
padding:20px;
width: 65px;
margin: 0px 4px;
border: 2px solid black;
cursor: pointer;
/* border-radius: 9px; */
border-radius:50%;
font-size: 17px;
}
.row{
margin: 8px 0px;
}
.row input{
border:2px solid black;
outline: none;
margin: 0px;
/* font-size: 20px; */
width: 300px;
font-size: 25px;
padding: 10px 4px;
border-radius: 7px;
}