-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean and ready for new users to use
- Loading branch information
1 parent
6768d53
commit e179ab4
Showing
52 changed files
with
932 additions
and
3,455 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
html { | ||
font-family: sans-serif; | ||
} | ||
|
||
h1, | ||
h2 { | ||
text-align: center; | ||
} | ||
|
||
article { | ||
width: 300px; | ||
min-height: 50px; | ||
margin: 0 auto; | ||
padding: 10px; | ||
background-image: repeating-linear-gradient( | ||
to bottom, | ||
transparent 1px, | ||
transparent 20px, | ||
rgb(0, 0, 150) 21px | ||
), | ||
linear-gradient(to bottom right, white, #ccc); | ||
border-radius: 20px; | ||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7); | ||
line-height: 1.5; | ||
} | ||
|
||
ul { | ||
list-style-type: none; | ||
padding-left: 0; | ||
width: 480px; | ||
margin: 0 auto; | ||
padding-bottom: 30px; | ||
} | ||
|
||
li { | ||
float: left; | ||
width: 33%; | ||
} | ||
|
||
ul li a { | ||
display: block; | ||
text-align: center; | ||
color: blue; | ||
text-decoration: underline; | ||
cursor: pointer; | ||
} | ||
|
||
ul li a:hover, | ||
ul li a:focus { | ||
text-decoration: none; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
<meta name="viewport"content="width=device-width"><title>index</title><script src="../js/jquery-3.7.1.min.js"></script><script src="../js/bootstrap.js"></script><link href="../css/bootstrap.css"rel="stylesheet"></link><nav class="navbar navbar-inverse"><div class="container-fluid"><div class="navbar-header"><button type="button"class="navbar-toggle" data-toggle="collapse"data-target="#myNavbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand"href="./index.html">index</a><form class="form-group"action="../action.php"method="post"><input type="text"class="form-control"id="secure-form-answer-Human"type="text"name="secure-form-answer"maxlength="40"autocomplete="true"autocorrect="off"autocapitalize="off"spellcheck="true"placeholder="what word defines this word"required><noscript><labelfor="secure-form-answer-Human">Human</label></noscript></form><center><article>Keyword definitions go here</article></center></div></ul><ul class="nav navbar-nav navbar-right"><div class="collapse navbar-collapse" id="myNavbar"><center><button class="form-group"></form><a href="../index.html">return to homepage</a></button><br><br><a href="../delete.php?action=delete&filename=./en/index.html">delete this page</a></center> | ||
|
Oops, something went wrong.