-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCss.css
53 lines (44 loc) · 869 Bytes
/
Css.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
.bg{
position: relative;
display: flex;
}
.bg img{
width: 100%;
height: 400px;
margin: 10px 10px;
padding: 10px 10px;
}
.container{
position: absolute;
border-radius: 10px ;
top: 30%;
left: 30%;
opacity: 0.6;
width: 40%;
height: 40%;
margin: 10px 10px;
padding: 10px 0px 10px 0px;
background-color: #d8e528;
overflow: hidden;
text-align: center;
}
button{
background-color: #726868;
color:#e0dfe7;
font-size: 30px;
border-radius: 5px;
overflow: hidden;
}
p{
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
color: rgb(2, 35, 35);
font-weight: 900;
}
/* h1,button{
color:red;
position: absolute;
top: 10%;
left: 20%;
text-align: center;
} */