Skip to content

Commit 291e347

Browse files
committed
Adding wireframe HTML and CSS files for project layout
1 parent ef2670a commit 291e347

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
<html>
23
<html lang="en">
34
<head>
45
<meta charset="UTF-8" />

Wireframe/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ main {
2121
display: flex;
2222
flex-direction: column;
2323
border: solid green;
24-
align-items: left;
2524
justify-content: center;
2625
padding: 5px;
2726
}

0 commit comments

Comments
 (0)