-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylee6.css
78 lines (78 loc) · 1.37 KB
/
stylee6.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
body{
width: 100%;
height: 250vh;
background: url('https://i.pinimg.com/originals/05/ed/16/05ed16c172eb6445067a286ccbeaf66c.jpg') center no-repeat;
background-size: cover;
scroll-behavior: smooth;
overflow-x: hidden;
}
section{
position: absolute;
width: 50%;
height: 220%;
background-color: #f1f1f1;
margin: 100px 375px;
border-radius: 10px;
box-shadow: 2px 5px 10px 15px #33FF86;
}
section h2{
text-align: center;
margin-top: 30px;
margin-bottom: 40px;
}
section p{
font-size: 1.5rem;
font-weight: 600;
color: #555;
text-align: justify;
margin: 15px 20px;
}
section img{
width: 95%;
height: 30%;
margin: 20px 20px;
}
/*.section-2, .section-3, .section-4{
display: none;
}*/
section button{
width: 70px;
height: 70px;
border-radius: 50%;
border: none;
font-size: 3.5rem;
font-weight: bold;
color: #2c3e50;
cursor: pointer;
}
section .btn-1{
position: absolute;
bottom: 30px;
left: 20px;
border: none;
outline: none;
}
section .btn-2{
position: absolute;
bottom: 30px;
right: 20px;
border: none;
outline: none;
}
section .btn{
width: 70px;
height: 70px;
border-radius: 50%;
border: none;
outline: none;
font-size: 3.5rem;
font-weight: bold;
color: #2c3e50;
cursor: pointer;
position: absolute;
bottom: 40px;
right: 20px;
}
/*.section-2{
transition: 2s linear;
}*/