-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet10.css
78 lines (77 loc) · 1.32 KB
/
stylesheet10.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
68
69
70
71
72
73
74
75
76
77
78
.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: cursive;
font-size: 50px;
font-weight: bold;
color:black;
}
.point:hover{
background: pink;
transition: 2s ease;
}
.style:hover{
background: pink;
transition: 2s ease;
}
.card-deck{
padding: 15px;
margin: 20px;
text-align: center;
}
.animate__animated.animate__bounce {
--animate-duration: 2s;
}
h1{
text-align: center;
font-family: cursive;
font-weight: bold;
color: #002db3;
text-transform: uppercase;
}
h2{
text-align: center;
}
#demo{
display: block;
font-family: sans-serif;
background-color: #ccffcc;
color: #000000;
text-align: center;
}