Skip to content

Commit

Permalink
Update results.html
Browse files Browse the repository at this point in the history
update
  • Loading branch information
aayushikumari18 authored Dec 28, 2023
1 parent 103add9 commit 06d5cb7
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,50 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<title>Result</title>
<style>
body {
font-family: 'Roboto', sans-serif;
background-color: #f8f9fa;
color: #495057;
margin: 0;
padding: 0;
}

.container {
margin-top: 50px;
text-align: center;
}

h2 {
font-weight: bold;
font-size: 2.5em;
color: #6c757d;
margin-bottom: 20px;
}

strong {
font-weight: bold;
color: #343a40;
}

div {
margin: 15px 0;
font-size: 1.2em;
}

a {
color: #007bff;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 06d5cb7

Please sign in to comment.