Skip to content

Commit 987b398

Browse files
committed
table cloth
1 parent 900ff20 commit 987b398

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

9. Table Cloth/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<title></title>
6+
<link rel="stylesheet" href="styles.css">
7+
</head>
8+
<body>
9+
10+
</body>
11+
</html>

9. Table Cloth/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
body {
2+
background: white;
3+
background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 0),
4+
linear-gradient(rgba(200,0,0,.5) 50%, transparent 0);
5+
background-size: 30px 30px;
6+
}

0 commit comments

Comments
 (0)