-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathff.css
More file actions
111 lines (68 loc) · 1.11 KB
/
Copy pathff.css
File metadata and controls
111 lines (68 loc) · 1.11 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
h1{
font-family: "lobster" , cursive;
text-align: center;
}
#div1{
margin-right: : auto;
margin-left: auto;
color: white;
font-size: 58px;
background-color: pink;
border:solid 5px #FF3399;
}
.right{
margin: auto;
float: right;
width: 95px;
padding-top: 88px;
}
#button{
width: 1000px;
color: red;
text-align: center;
}
ul{
list-style-type: none;
text-align: center;
padding: 50px;
font-style: oblique;
font-size: 30px;
}
h2{
font-size: 50px;
font-family: "lobster" , cursive;
text-align: center;
}
p{
font-size: 35px;
text-align: center;
}
#theName{
width: 10000000000px;
padding: 10px;
margin-right: : auto;
margin-left: auto;
color: black;
}
#input{
width: 200px;
height: 40px;
padding: 10px;
text-align: center;
}
#input11{
text-align: center;
height: auto;
}
button{
width:100px;
text-align: center;
}
body{
margin-right: : auto;
margin-left: auto;
background-image: url('https://data.whicdn.com/images/157002781/large.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}