-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdemo.css
More file actions
57 lines (54 loc) · 1.01 KB
/
demo.css
File metadata and controls
57 lines (54 loc) · 1.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
body{
background-image: url("http://www.designbolts.com/wp-content/uploads/2012/11/Free-Simple-Black-Seamless-Pattern-for-Website-Background.jpg");
margin: 20px;
padding: 10px;
}
h1{
color: white;
font-family: comic sans ms;
text-align: center;
font-size: 40px;
margin-bottom: 30px;
}
p{
font-size: 18px;
font-family: comic sans ms;
margin: 10px;
padding: 10px;
text-align: center;
color: white;
}
#username{
font-size: 15px;
font-family: times new roman;
padding: 5px;
margin: 10px;
text-align: center;
border: 2px,solid,white;
border-radius: 5px;
}
#password{
font-size: 15px;
font-family: times new roman;
padding: 5px;
margin: 10px;
text-align: center;
border: 2px,solid,white;
border-radius: 5px;
}
#btn{
font-family: comic sans ms;
font-size: px;
border-radius: 5px;
width: 205px;
margin: 25px;
padding: 5px;
background-color: #ccc;
}
.t{
font-size: 20px;
font-weight: bold;
color: white;
font-family: comic sans ms;
margin: 2px;
}