-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
67 lines (57 loc) · 1010 Bytes
/
style2.css
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
button {
background-color: tomato;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: auto;
}
p{
color:pink;
text-align:center;
font-family: cursive;
}
input[type=text], input[type=password] {
width: auto;
padding: 12px 20px;
margin: 20px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
body{
background-image:url(https://i.pinimg.com/originals/7d/41/be/7d41be34dc60d063a6b1c4805eb230e8.jpg);
text-align: center;
padding-right:50px;
padding-left: 50px;
}
#id{
background-color: white;
background: 75px;
}
span{
font-size:15px;
}
a{
text-decoration:line-through;
color: black;
border-bottom:2px solid #0062cc;
}
.box{
padding:60px 20px;
margin:50px;
}
.box-part{
background:#FFF;
border-radius:0;
padding:60px 10px;
margin:30px 0px;
}
.text{
margin:20px 0px;
}
.fa{
color:black;
}
}