-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.css
62 lines (62 loc) · 1.04 KB
/
blog.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
.style{
/*display:inline-block;*/
display: block;
font-weight:bold;
color:black;
width:200px;
text-align: center;
padding:2px;
text-decoration:none ;
margin:0 auto;
margin-top:10px;
}
.point{
/*display:inline-block;*/
display: block;
font-weight:bold;
color:black;
width:200px;
text-align: center;
padding:2px;
text-decoration:none ;
margin:0 auto;
margin-top:10px;
text-decoration-line: all;
text-underline-position: left;
}
img{
width:100%;
max-width:100%;
}
/*#section1{
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTy-4DUVuQAB5xMUXW1zCeWLWeq9GOsoLY67w&usqp=CAU");
background-repeat: no-repeat;
background-size: cover;
height:100vh;
position: relative;
margin: 0px;
}*/
#part{
font-family: sans-serif;
font-weight: bold;
color:black;
}
.point:hover{
background: pink;
transition: 2s ease;
}
.style:hover{
background: pink;
transition: 2s ease;
}
html{
background-color: #ff6666;
}
form{
padding: 15px;
margin:20px;
display: block;
}
button{
text-align: center;
}