Skip to content
Snippets Groups Projects
Commit fd0155e2 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added 'beta-version' badge on header

parent a38c971f
No related branches found
No related tags found
No related merge requests found
...@@ -194,3 +194,26 @@ body { ...@@ -194,3 +194,26 @@ body {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.circle-wrapper {
text-align: center;
position: relative;
}
.circle {
width: 90px;
height: 90px;
border-radius: 50%;
font-size: 25px;
color: #fff;
line-height: 30px;
text-align: center;
background: red;
transform: rotate(-20deg);
padding-top: 6px;
border: 3px yellow solid;
font-weight: bold;
position: absolute;
left: 27px;
top: 0px;
}
\ No newline at end of file
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
Image Credits & Copyright: Colombari/E.Recurt Image Credits & Copyright: Colombari/E.Recurt
</div> </div>
<div class="page-title-wrapper"> <div class="page-title-wrapper">
<h1 class="text-center">Remote Authentication Portal</h1> <h1 class="text-center">Remote Authentication Portal
<span class="circle-wrapper">
<div class="circle">beta<br/>version!</div>
</span>
</h1>
</div> </div>
</header> </header>
<div class="container"> <div class="container">
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment