🤡 Mockup of default html/css page for center divi
This commit is contained in:
parent
9c6f44fac0
commit
9691a53840
2 changed files with 19 additions and 0 deletions
11
web_dev_defaults/default_index.html
Normal file
11
web_dev_defaults/default_index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<title>Default HTML</title>
|
||||||
|
<link rel="stylesheet" href="default_styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
8
web_dev_defaults/default_styles.css
Normal file
8
web_dev_defaults/default_styles.css
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
body {
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue