Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/projekt/snake_oil_seller/
about_us.php
admin.php
contact.php
create_products
createtable.php
css/
dbconnection.php
deletepost.php
deletetable.php
entry.php
header.php
insertposts.php
js/
leaderboard.php
log_in.php
log_out.php
main.php
my_account.php
php/
question_maker.php
quiz_form.php
quiz_list.php
quiz_maker.php
result.php
selectposts.php
shop.php
shopping_cart.php
sign_in.php
snake_oil.css
style.js
title_card.php
updateposts.php
user_verified.php
verify_page.php
snake_oil.css
17 lines ASCII Windows (CRLF)
body {
display: flex;
width: 90%;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
#rubrics {
display: flex;
width: 1000px;
height: 100px;
background-color: lightblue;
border: 2px solid darkblue;
align-items:center;
justify-content: space-evenly;
}