first commit
This commit is contained in:
11
Semester 1/Web Development and HCI/Test Directory/index.html
Normal file
11
Semester 1/Web Development and HCI/Test Directory/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>MY BALLLLLS</title>
|
||||
</head>
|
||||
<body>
|
||||
<blockquote cite="http://en.wikipedia.org/wiki/Winnie-the-Pooh">
|
||||
<p>Did you ever stop the think, and forget to start again?</p>
|
||||
</blockquote>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,37 @@
|
||||
body {
|
||||
background-color: #444;
|
||||
color: white;
|
||||
height: 100vh;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.titleBar {
|
||||
text-align: center;
|
||||
border: 2px;
|
||||
border-radius: 2px;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.titleBar h1 {
|
||||
font-size: 40px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.centreBox {
|
||||
height: 30vh;
|
||||
width: fit-content;
|
||||
position: relative;
|
||||
top: 10%;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
border: 2px;
|
||||
border-radius: 2px;
|
||||
border-color: white;
|
||||
border-style: solid;
|
||||
}
|
||||
p {
|
||||
font-size: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user