-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
54 lines (54 loc) · 1.17 KB
/
stylesheet.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
body{
background-color:#f7b3a9;
margin: 0pc;
}
#intro{
height: 200px;
/* background-color: ; */
}
#upperpic{
height: 350px;
width: 500px;
background-image: url(hands-playing-rock-paper-scissors-game-flat-design-style-vector-illustration_540284-598.avif);
background-size: contain;
background-color:#F8C6BE ;
border-radius: 30%;
}
#a{
font-size: 100px;
color: #c2412d;
}
#b{
font-size: 100px;
color: green;
}
#c{
font-size: 100px;
color: rgb(63, 143, 170);
}
#d{
font-size: 100px;
color:rgb(230, 79, 101);
}
#div1{
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
/* text-shadow: 2px 20px 10px black; */
font-family:cursive;
}
#play{
height: 200px;
width: 200px;
background-image: url(let-s-play-neon-signs-style-text-free-vector.jpg);
background-size: cover;
border-radius: 25%;
box-shadow: 20px 20px 30px black;
}
#upimg{
height: 300px;
background-image: url(png-clipart-child-care-cartoon-students-kids-child-parent.png) ;
background-size:contain;
filter: opacity(0.03);
}