html
html
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
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width,initial-scale=1"><style>
Section.intro {
width:90%;
text-align:center;
position: relative;
padding-top:1%;
padding-left:5%;
padding-right:5%;
padding-bottom:4%;
background-color:#d10404;
opacity:0.75;
color:white;
height:auto;
border-radius:5px;
font-size:24px;
}
.h2about
{
text-align:center;
width:100%;
}
.statement {
text-align:center;
}
</style><title>About Us</title></head>
<body>
<i>(group photo)</i>
<img src="">
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run