-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ad0cad
commit ac547a3
Showing
11 changed files
with
162 additions
and
49 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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,37 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="../../../CSS/super.css"> | ||
<link rel="shortcut icon" href="../../../SVGs/logo circle.png" type="image/x-icon"> | ||
<title>superCSS Examples</title> | ||
</head> | ||
|
||
<body class="over-xhide"> | ||
|
||
<div class="box"> | ||
<img src="https://images.unsplash.com/photo-1634097537825-b446635b2f7f?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1170&q=80" | ||
alt="business image from unsplash.com" class="top left absolute full-height"> | ||
<h1 class="absolute left top x-big ml-12 mt-16 pt-10 t-white">Your Business</h1> | ||
<h2 class="absolute top big ml-12 mt-18 pt-18 t-white">Standing out with superCSS</h2> | ||
</div> | ||
|
||
<div class="rounded box relative mt-100 p-10 hover-bob"> | ||
<p> | ||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolore sint facilis non eveniet accusantium officia | ||
dicta, eum assumenda quaerat similique voluptas, aspernatur ipsum et. Expedita, praesentium aut eaque minus non | ||
ab vero quibusdam, cupiditate nulla id natus asperiores inventore dolores quasi nihil nam minima, corporis | ||
architecto obcaecati optio odio. Cumque, rem voluptatibus natus architecto iste at officiis similique laboriosam | ||
fuga? Dolores veniam labore eligendi expedita atque, deserunt quia eius, numquam, dolor quis est dolorem | ||
architecto deleniti ut delectus ab cupiditate illum vel! Consequuntur doloremque exercitationem eligendi modi | ||
blanditiis cupiditate labore ea, sint iste nobis? Iusto ipsum distinctio alias est quod? | ||
</p> | ||
</div> | ||
<hr> | ||
</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,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="../../../CSS/super.css"> | ||
<link rel="shortcut icon" href="../../../SVGs/logo circle.png" type="image/x-icon"> | ||
<title>superCSS Examples</title> | ||
</head> | ||
|
||
<body> | ||
|
||
</body> | ||
|
||
</html> |
Empty file.
Oops, something went wrong.