-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
121 lines (112 loc) · 2.22 KB
/
style2.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body{
background-color: #282A3A;
color: white;
margin: 5%;
margin-bottom: 20px;
}
.upper-section{
background-color: #735F32;
/* margin: 10px; */
margin-bottom: 30px;
padding:5px;
font-family: 'Josefin Sans', sans-serif;
/* width: 90% */
/* height: 5%; */
/* border-radius:10%; */
}
.upper-section h1{
text-align: justify;
margin: 10px;
padding-left: 10px;
display:inline-block;
}
.upper-section img{
height: 50px;
width: 50px;
/* height:auto; */
/* display:inline-block; */
position: relative;
float : right;
right:10px;
}
.second{
background-color: #735F32;
text-align: center;
font-size: medium;
/* width: 90%; */
height: 20px;
margin-bottom: 30px;
font-family: 'Josefin Sans', sans-serif;
}
.second a{
/* background-color: white; */
color: white;
margin: 10%;
/* padding: %; */
}
.main-about{
margin-bottom: 40px;
}
.main-about img{
height: 10%;
width:10%;
border-radius: 100%;
float:left;
margin:10px;
margin-right: 20px;
margin-top: 20px;
margin-left: 40px;
/* box-shadow: 3px 3px gray ; */
}
.main-about h1,h2,h3{
/* line-height:8em; */
/* text-align: center; */
position: relative;
left: 40px;
font-family: 'Josefin Sans', sans-serif;
}
.wd,.ds,.atc{
text-shadow: #735F32;
color: antiquewhite;
}
.main-about p{
text-align: justify;
width: 90%;
position: relative;
left:40px;
font-family: 'Ysabeau Infant', sans-serif;
}
.main-about p a{
color: antiquewhite;
}
.just-upper-lower{
background-color: #735F32;
text-align: center;
margin-bottom: 30px;
}
.lower .project1,.project2,.project3{
display: inline-block;
width:20%;
margin-left:10%;
text-align: center;
margin-bottom: 40px;
}
.lower img{
margin-top: 5px;
height:100%;
width: 100%;
}
h3.lower{
background-color: #735F32;
text-align: center;
}
footer img{
width: 100%;
height: 100%;
}
footer a{
display: inline-block;
width: 2%;
position: relative;
left: 605px;
}