-
Notifications
You must be signed in to change notification settings - Fork 0
/
saddu.css
53 lines (52 loc) · 1.1 KB
/
saddu.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
*{
margin: 0;
padding: 0;
}
.container{
height: 100vh;
width: 100vw;
background: #9c03a74e;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position:relative;
color: white;
background-image: url(img.jpeg);
}
.tag{
height: 80px;
width: 435px;
background: linear-gradient(rgb (214, 8 ,8), rgb(146, 4, 146));
border-radius: 10px;
color: #ffffff;
font-family: helvetica;
line-height: 80px;
text-align: center;
font-size: 50px;
font-weight: 900;
letter-spacing: 5px;
text-transform: uppercase;
margin-top: -50px;
box-shadow: 0 0 10px -3px #ffffff inset;
}
.container.tag:hover{
color: rgb( 131, 223, 230);
}
.ribbon{
width: 100%;
height: 20px;
background: rgb(255, 255, 255);
box-shadow: 0 0 10px -3px #333;
}
.tag a {
color: rgb(239, 231,13);
text-decoration: none;
}
p{
position: absolute;
color: rgb(8, 0,223);
top: 60%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 900;
}