-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.css
More file actions
85 lines (72 loc) · 1.16 KB
/
aboutus.css
File metadata and controls
85 lines (72 loc) · 1.16 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
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
header
{
font-size:60px;
text-align:center;
padding:40px;
height:auto;
margin:-10px;
background-image: url("bgimg.jpg") ;
font-family:verdana;
color:white;
font-weight:bold;
text-shadow:2px 4px 4px #1a1a1a;
}
p{
font-size:25px;
font-family: 'Noto Sans', sans-serif;
text-align:center;
color:#262626;
}
div.father
{
margin:60px 80px;
position:relative;
padding-bottom:50px;
}
div.son{
width:100%;
border:3px solid gray;
height:auto;
float:left;
display:inline-block;
margin:15px;
box-shadow:2px 2px 6px #bfbfbf;
overflow:auto;
padding:20px;
background-color:#fff2ec;
border-radius:15px;
transform:translate(-35px,0px);
}
img
{ display:block;
border-radius:50%;
border:2px solid #333333;
}
p.heading
{
font-size:20px;
opacity: 0.8;
}
p.desc
{
font-size:16px;
}
h3
{
font-family:verdana;
font-size:22px;
color:#0d0d0d;
text-align:center;
border-top:2px solid gray;
padding-top:20px;
}
div.eg
{padding:40px;}
html
{background-color:#ffe5cc;}
@media screen and (min-width:992px)
{ div.son
{width:25%;
transform:translate(30px,0px);
}
}