This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Website Test 1</title> | |
<link rel="stylesheet" href="css/style.css"> | |
</head> |
This file contains hidden or 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
<div class="mydiv"> | |
Some text inside of a div | |
</div> |
This file contains hidden or 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
/* FOR DEV TESTING PURPOSES ONLY */ | |
body *, *:before, *:after { | |
background-color: rgba(0,0,0,.05) !important; | |
background-image: none !important; | |
border: 1px solid rgba(0,0,0,.1) !important; | |
color: rgba(0,0,0,.05) !important; | |
} | |
img, svg, canvas, video, iframe { | |
filter: grayscale(100%) brightness(0%) opacity(5%) !important; |
This file contains hidden or 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
/* GLOBAL RESET */ | |
* { box-sizing: border-box; } | |
body { margin: 0; } | |
/* GLOBAL COLORS */ | |
body { color: rgba(0, 0, 0, 0.8); } | |
a { color: rgba(0, 102, 204, 1); } | |
a:hover { color: rgba(0, 51, 153, 1); } | |
/* GLOBAL TYPOGRAPHY */ |
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>John Doe | Notes</title> | |
<meta name="description" | |
content="This is an example student website for John Doe, a fictional web design student."> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="../css/style.css" rel="stylesheet" type="text/css"> |
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>John Doe | ART 128</title> | |
<meta name="description" | |
content="This is an example student website for John Doe, a fictional web design student."> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="../css/style.css" rel="stylesheet" type="text/css"> |
This file contains hidden or 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
/* GLOBAL RESET */ | |
* { box-sizing: border-box; } | |
body { margin: 0; } | |
/* GLOBAL COLORS */ | |
body { color: rgba(0, 0, 0, 0.8); } | |
a { color: rgba(0, 102, 204, 1); } | |
a:hover { color: rgba(0, 51, 153, 1); } | |
/* GLOBAL TYPOGRAPHY */ |
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>John Doe</title> | |
<meta name="description" | |
content="This is an example student website for John Doe, a fictional web design student."> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="css/style.css" rel="stylesheet" type="text/css"> |
This file contains hidden or 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
/* GLOBAL RESET */ | |
* { box-sizing: border-box; } | |
body { margin: 0; } | |
/* GLOBAL COLORS */ | |
body { color: rgba(0, 0, 0, 0.8); } | |
a { color: rgba(0, 102, 204, 1); } | |
a:hover { color: rgba(0, 51, 153, 1); } | |
/* GLOBAL TYPOGRAPHY */ |
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>John Doe</title> | |
<meta name="description" content="This is an example student website for John Doe, a fictional web design student."> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="css/style.css" rel="stylesheet" type="text/css"> | |
</head> |
NewerOlder