-
Notifications
You must be signed in to change notification settings - Fork 27
/
hack.css
59 lines (48 loc) · 1.03 KB
/
hack.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
body, html {
height: 100%;
font-family: 'Acme', sans-serif;
margin: 0;
width: 100%;
height: 100vh;
color:black;
}
.circle {
width: 300px;
height: 300px;
margin: 4em 2em;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em;
-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.75);
}
.bg {
background-image: url("Ryzen-3rg-gen-AMD-cpu-poster.jpg");
position: relative;
height: 100%;
opacity: 1;
filter: alpha(opacity=70);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
div.polaroid {
width: 500px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
padding: 10px;
font-size: 22px;
}
.txt {
font-size: 22px;
}
.con {
width: 100%;
position: absolute;
top: 35%;
text-align: center;
}