-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
31 lines (31 loc) · 573 Bytes
/
Copy pathstyle.css
File metadata and controls
31 lines (31 loc) · 573 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
body{
overflow: hidden;
background-color: white;
margin-right: 20px;
}
.container{
width: 250px;
height: 250px;
background-color: #F0DB4F;
border-radius: 5px;
text-align: center;
position: relative;
transform: translate(40%, 35%);
}
h1{
font-size: 150px;
font-family: Poppins;
font-weight: bolder;
text-indent: 4pc;
transform: translateY(30%);
color: #323330;
}
.text-logo{
position: absolute;
bottom: 3.5pc;
font-family: Poppins;
font-size: 100px;
font-weight: bolder;
text-indent: 18pc;
text-shadow: 5px 5px 3px lightgrey;
}