-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (56 loc) · 1.02 KB
/
Copy pathstyle.css
File metadata and controls
57 lines (56 loc) · 1.02 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
*{
font-family: sans-serif;
}
#background{
background: -webkit-linear-gradient(rgb(12, 46, 102),gray);
width:970px;
padding:15px;
display: inline-block;
color:rgb(198, 153, 25);
font-weight: bold;
font-size: 20px;
}
button{
width:100px;
height:50px;
font-size: 18px;
font-weight: bold;
border-radius: 5px;
background: -webkit-linear-gradient(rgb(124, 93, 7),rgb(186, 137, 1));
margin-left:100px;
margin-top:15px;
border:3px solid rgb(150, 116, 21);
}
input{
width:200px;
border-radius: 5px;
border:3px solid rgb(150, 116, 21);
}
textarea{
border-radius: 5px;
width:300px;
height:200px;
border:3px solid rgb(150, 116, 21);
}
#adduser, #allusers{
width:450px;
display:inline-block;
vertical-align: top;
}
#allusers{
text-align: center;
}
#allusers div{
background-color:white;
height:150px;
width:450px;
display:inline-block;
margin-bottom: 15px;
color:black;
border-radius: 10px;
border:3px solid rgb(150, 116, 21);
}
#allusers h1{
margin:0px;
line-height: 150px 0px;
}