-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (95 loc) · 2.22 KB
/
style.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
*{
margin:0;
padding: 0;
box-sizing: border-box;
}
#first-page{
background-image: url("Number.png");
background-size: cover;
background-position: center;background-image: linear-gradient(to right top, #24549b09, #486f7d54,#64724482),url('Number.png');
}
.first-container{
display: flex;
justify-content:center;
align-items: center;
height: 100vh;
}
.first-container h1{
background-color: rgb(165, 26, 193);
padding:10px 16px;
cursor: pointer;
}
#first-page{
display:block;
}
#second-page{
display: none;
}
.secondpage{
display: flex;
justify-content: center;
align-items: center;
height:100vh;
background-size: cover;
background-image: url("Welcome.jpg");
background-repeat: no-repeat;
background-position: center;
}
#name{
background-image: url("back.jpg");
background-repeat: repeat;
background-position: center;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 120px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-family: 'Steelfish Rg', 'helvetica neue',
helvetica, arial, sans-serif;
font-weight: 800;
-webkit-font-smoothing: antialiased;
}
/* -----THIRD PAGE----- */
.main-heading h1{
text-align: center;
}
.computer-number {
margin:2rem 0rem;
background-color: aquamarine;
width:200px;
height:200px;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 30px;
position: relative;
left:50%;
transform: translateX(-50%);
}
.computer-number h1{
font-size:8rem;
}
.your-number{
text-align: center;
}
#yournumber{
outline: none;
padding: 15px;
margin:0rem 10px;
}
.footer{
display: flex;
width:80%;
margin:3rem auto;
justify-content: space-between;
}
#check{
background-color: blueviolet;
padding: 12px 50px;
font-size:1.2rem;
}
#display-victory {
text-align: center;
margin:2rem 0rem;
}