-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (37 loc) · 720 Bytes
/
Copy pathstyle.css
File metadata and controls
43 lines (37 loc) · 720 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
html{
font-family: Arial, Helvetica, sans-serif
}
h1{
color: white;
background-color: rgb(85, 0, 255);
margin-bottom: 100px;
margin-top: -8px;
margin-left: -8px;
margin-right: -8px;
padding-left: 25px;
padding-bottom: 20px;
padding-top: 20px;
}
form {
color: silver;
border-radius: 10px;
}
input[type=text] {
padding: 10px;
margin: 10px;
border-radius: 20px;
border: 0;
background-color: rgb(255, 255, 255);
}
button{
color: white;
background-color: rgb(85, 0, 255);
border-radius: 200px;
}
.adiv{
background-color: rgb(85, 0, 255);
padding-top: 20px;
padding-bottom: 30px;
width: 30%;
border-radius: 20px;
}