-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (46 loc) · 1.01 KB
/
style.css
File metadata and controls
47 lines (46 loc) · 1.01 KB
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
.name-tag {
width: 450px;
height: 300px;
background: white;
font-family:"Russo One",sans-seif;
text-align:center;
position: absolute;
top: 34%;
left: 50%;
transform: translate(-50%, -60%);}
.name-tag h1 {
color: black;
text-align: center;
height: 25px;
margin: 0px 0px 0px 0px;
font-size: 25px;
font-family:"Russo One",sans-seif;
font-size:35px;}
.name-tag h3{
font-size:25px;}
.name-tag p {
position: relative;
left: 5px;
width: 440px;
height: 170px;
background: black;
font-family: "Electrolize",sans-seif;
font-size: 35px;
color:white;}
#pers{
font-size:35px;
font-family:"Homemade Apple",sans-seif;}
#w{
font-family:"Press Start 2P";
font-size:25px;
color:white;
position:relative;
background-color:initial;
margin:0;}
#iamvansh{
font-family:Source Code Pro; ;
font-size:35px;
width:600px;}
#blink {
font-family:Ubuntu Mono;
font-size:40px;}