-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 837 Bytes
/
index.html
File metadata and controls
30 lines (25 loc) · 837 Bytes
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
<!DOCTYPE>
<html>
<head>
<title>CSS Framework</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="fccContainer">
<div class="fccRow">
<div class="fccCol-1">test</div>
<div class="fccCol-3">wasup</div>
<div class="fccCol-4">hello</div>
<div class="fccCol-1">hi</div>
<div class="fccCol-1">gucci</div>
</div>
<div class="fccRow">
<div class="fccCol-1">test</div>
<div class="fccCol-3">wasup</div>
<div class="fccCol-4">hello</div>
<div class="fccCol-1">hi</div>
<div class="fccCol-1">gucci</div>
</div>
</div>
</body>
</html>