-
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.
corrected the trajectory of the content
- Loading branch information
1 parent
a791bca
commit 28bbf11
Showing
31 changed files
with
1,377 additions
and
362 deletions.
There are no files selected for viewing
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
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,52 @@ | ||
html { | ||
font-family: sans-serif; | ||
} | ||
|
||
h1, | ||
h2 { | ||
text-align: center; | ||
} | ||
|
||
article { | ||
width: 300px; | ||
min-height: 200px; | ||
margin: 0 auto; | ||
padding: 15px; | ||
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: 2.5; | ||
} | ||
|
||
ul { | ||
list-style-type: none; | ||
padding-left: 0; | ||
width: 380px; | ||
margin: 0 auto; | ||
padding-bottom: 30px; | ||
} | ||
|
||
li { | ||
float: right; | ||
width: 50%; | ||
height: 50px; | ||
} | ||
|
||
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 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 |
---|---|---|
@@ -1 +1,26 @@ | ||
<!DOCTYPE html><html><head><meta name="viewport"content="width=device-width"><title>about</title></head><body><a href="../index.html"><button>return to homepage</button></a><br><br><p contenteditable="true">about</p></body><html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta | ||
name="viewport" | ||
content="width=device-width"> | ||
<style> | ||
fieldset | ||
{ | ||
position:absolute; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
</style> | ||
<title> | ||
about | ||
</title> | ||
</head> | ||
<body> | ||
<script> var msg = new SpeechSynthesisUtterance('about'); window.speechSynthesis.speak(msg); </script> | ||
<fieldset> | ||
<legend>about</legend> | ||
reaction_based_on_interaction_during_magnetic_field_disturbance | ||
</fieldset> | ||
</body> | ||
<html> |
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,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta | ||
name="viewport" | ||
content="width=device-width"> | ||
<title>books</title> | ||
</head> | ||
<body> | ||
<script> var msg = new SpeechSynthesisUtterance('books'); window.speechSynthesis.speak(msg); </script> | ||
<p>books</p> | ||
</body> | ||
<html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.