Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyachandarkar authored Jan 24, 2024
1 parent 38efc19 commit 9a90a5f
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
Binary file added Screenshots/Screenshot 2024-01-18 184151.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/desktop.ini
Binary file not shown.
31 changes: 31 additions & 0 deletions hehe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>heheh meme</title>
<link rel="stylesheet" href="./hehehe.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Rubik+Doodle+Shadow&display=swap" rel="stylesheet">
</head>


<body>
<div>
<h1>hehehehe</h1>
<p id='line1'>it's me yaah you guessed it right</p>
<img class="shinchan" src="./Screenshots/Screenshot 2024-01-18 184151.png">
<h3>yah yah i know i know i am not that good at web dev but u all atleast i am trying</h3>
</div>
<div class="main">
<P>hey it me again</P>
</div>




</body>



</html>
41 changes: 41 additions & 0 deletions hehehe.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
h1{
color:rebeccapurple;
text-align: center;
font-style: italic;
}
body{
background-color: rgb(253, 250, 250);
}
h3{
text-align: 50%;

}
div{
color: rgb(186, 97, 131);
margin-left: 10%;
margin-top: 50%;
width: 50%;
margin-bottom: 25%;
position:relative; left:80px; top:2px;
}
.class{
padding: 5px;
border:20px solid red
}
div {
font-family: "Rubik Doodle Shadow", system-ui;
font-weight: 400;
font-style: normal;

}
.main{
width: 200px;
height: 200px;
border: 10px solid white;
background-color: blueviolet;
}
.line1{
position: absolute;
left: 50px;
}

0 comments on commit 9a90a5f

Please sign in to comment.