Skip to content

Commit

Permalink
Modified some Content and hyperlinked projecteuler100 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
armorate committed Oct 21, 2023
1 parent 0762bc4 commit c7291aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<main>
<div class="div00">
<p class="p00">
I do like the dark humor <a href="other/favMovies.html">movies</a> like sausage party and Lorem ipsum dolor sit
I do like the humor <a href="other/favMovies.html">talk</a> party and Lorem ipsum dolor sit
amet
consectetur adipisicing elit. Quisquam vel non
reprehenderit dolorem adpo id, delectus cumque debitis voluptates
Expand All @@ -38,6 +38,9 @@
</a>
<a href="https://armorate.github.io/xcal">
<p class="ul01">xcal</p>
</a></a>
<a href="https://github.com/armorate/projecteuler100">
<p class="ul01">projecteuler100</p>
</a>
<a href="mailto:[email protected]" target="_blank">
<p class="ul02">email me</p>
Expand Down
12 changes: 6 additions & 6 deletions other/favMovies.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>armorate's favourite movies</title>
<title>kewl</title>
<style>
* {
background-color: rgb(73, 71, 69);
Expand All @@ -25,27 +25,27 @@

<body>
<header>
<h2>My favourite movies...</h2>
<h2>kewls...</h2>
</header>
<main>
<table>
<thead>
<tr>
<th colspan="3" style="text-align: center;">Movies</th>
<th colspan="3" style="text-align: center;">tadon</th>
</tr>
</thead>
<tr>
<th>Name</th>
<th>Release</th>
<th>inception</th>
<th>Rating</th>
</tr>
<tr>
<td>Masaan</td>
<td>commentscure</td>
<td>2017</td>
<td>88</td>
</tr>
<tr>
<td>Pulp Fiction</td>
<td>Drypulp</td>
<td>1994</td>
<td>94</td>
</tr>
Expand Down
5 changes: 3 additions & 2 deletions test.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
}
.div01 {
margin-top: 2rem;
max-width: min-content;
text-align: center;
}
.ul00,
.ul01,
Expand All @@ -48,9 +50,8 @@
text-decoration: none;
background: rgba(64, 75, 64, 0.7);
border-radius: 2px;
width: fit-content;
}
p.ul02 {
p.ul02, p.ul03 {
background-color: rgb(23, 85, 85);
font-weight: bold;
padding: 4px;
Expand Down

0 comments on commit c7291aa

Please sign in to comment.