-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame.css
More file actions
36 lines (35 loc) · 835 Bytes
/
game.css
File metadata and controls
36 lines (35 loc) · 835 Bytes
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
body {
padding: 200px;
text-align: center;
background-color: azure;
color:lightcoral;
background-image: url('https://static.toiimg.com/thumb/msid-100470855,width-1280,height-720,resizemode-4/100470855.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
button{
background-color:darksalmon;
height: 35px;
width: 60px;
border-radius: 20%;
border: 2px solid palevioletred;
color:crimson;
}
input{
background-color:darksalmon;
height: 35px;
width: 90px;
border-radius: 20%;
border: 2px solid palevioletred;
color:crimson;
}
h3{
color: hotpink;
}
.content-box{
background-color: rgba(255, 255, 255, 0.8);
padding: 80px;
border-radius: 20px;
text-align: center;
}