-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
95 lines (82 loc) · 1.27 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
body{
background-color: black;
}
.welcome{
color: white;
font-family: mocospace;
letter-spacing: 5px;
font-size: 50px;
padding-left: 100px;
padding-right: 50px;
padding-top: 50px;
}
.my-info{
color: white;
font-family: mocospace;
padding-left: 100px;
}
.projects,
.languages{
padding-left: 100px;
padding-top: 50px;
}
.project-td{
color: white;
width: 430px;
height: 500px;
text-align: center;
}
.img{
width:350px;
height: 400px;
padding-top: 0px;
border-radius: 7px;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
}
.intro{
color: while;
font-family: mocospace;
}
a{
text-decoration:none !important;
color: white;
}
.intro-us,
.intro-us2{
color: white;
font-family: mocospace;
letter-spacing: 5px;
font-size: 35px;
padding-left: 100px;
padding-right: 50px;
padding-top: 100px;
padding-bottom: 0px;
}
.about-us{
color: white;
width: 700px;
position: relative;
top: 0px;
left: 700px;
}
.languages-td{
width: 330px;
height: 300px;
text-align: center;
}
.languages-img{
width: 200px;
height: 200px;
}
.languages-name{
color: white;
font-family: mocospace;
}
.last{
text-align: center;
color:rgb(0, 0, 0);
height: 30px;
background-color: rgb(187, 181, 171);
}