Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anavmehta12 committed Apr 5, 2024
1 parent 7f4300b commit 0f15645
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions hw4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<style>
body {
background-color: #404040;
background-color: white;
padding: 100px;
width: 1000px;
Expand All @@ -12,12 +11,6 @@
font-weight: 300;
font-family: 'Open Sans', sans-serif;
color: #121212;
/* cursor: url(https://rsha256.github.io/teapot-clear32.png), default!important;
cursor: url(https://rsha256.github.io/teapot-clear32.png), pointer!important; */
cursor: url(https://rsha256.github.io/dragon-clear32.png), default !important;
cursor: url(https://rsha256.github.io/dragon-clear32.png), pointer !important;
/* cursor: url(https://rsha256.github.io/cloth-clear-32.png), default!important;
cursor: url(https://rsha256.github.io/cloth-clear-32.png), pointer!important; */
}

h1,
Expand All @@ -30,27 +23,6 @@
kbd {
color: #121212;
}

blockquote {
color: #888;
border: 2px solid #333;
padding: 10px;
background-color: #ccc;
}

table.custom-tbl {
border: 1px solid;
}

table.custom-tbl th {
border: 1px solid;
background-color: rgb(99, 209, 209);
}

table.custom-tbl td {
border: 1px solid;
background-color: #f1e686a8;
}
</style>
<b>Link to website: </b><a href="https://cal-cs184-student.github.io/hw-webpages-sp24-anavmehta12/">Website</a>
<title>CS 184 Mesh Editor</title>
Expand Down

0 comments on commit 0f15645

Please sign in to comment.