Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the social-sidebar overlaping in smaller devices and styled the DSA roadmap page. #185

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
55 changes: 24 additions & 31 deletions DSA.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">

<head>
<head>
<title>Complete RoadMap to DSA</title>
<style>
body {
background-color: #3caea3;
margin: 10px 10px 10px 10px;
}

.button1 {
color: black;
font-size: medium;
border-radius: 8px;

}
</style>

</head>

<body>

<iframe title="DSA" style="border:none" width="1400" height="635"
src="https://whimsical.com/embed/L7xNuV2ZRSsLd6vrVtyvrQ"></iframe>

<button class="button1" onclick="goBack()">Go Back</button>
<link rel="stylesheet" href="./css/dsa.css" />
abstrxtInfinity marked this conversation as resolved.
Show resolved Hide resolved
</head>

<body>
<header>
<h1>Dsa roadmap</h1>
</header>
<iframe
class="dsa"
title="DSA"
style="border: none"
width="1400"
height="635"
src="https://whimsical.com/embed/L7xNuV2ZRSsLd6vrVtyvrQ"
></iframe>

<button class="button1" onclick="goBack()">Return</button>

<script>
function goBack() {
window.history.back();
}
function goBack() {
window.history.back();
}
</script>
</body>

</html>
</body>
</html>
81 changes: 81 additions & 0 deletions css/dsa.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading