I'm trying to figure out if I can relocate this (image1) to (image2). I prefer not to utilize position:relative
as it may disrupt my design in bootstrap.
Image 1 (I don't want it here)
Image 2 ( I want it here)
Here is the relevant CSS code:
.results {
color: red;
display: block;
font-size: 20px;
text-align:center;
text-decoration: none;
font-weight: bold;
background: #232323;
color:red;
font-family: 'Julius Sans One', sans-serif;
font-size: 150%;
}
Thank you for your help! :)
COMPLETE CODE UPDATE:
<?php
session_start();
include ('../includes/config.php');
include ('../includes/header.php');
?>
<!DOCTYPE HTML>
<html>
... (Full code continuation with website structure)