Commit 1abc92b0 authored by Miko's avatar Miko

added design

parent 23111cf0
<h1>Car Records</h1>
<div style="height:100vh; width:100vw; background-size:cover; position:absolute;overflow:scroll;">
<div style="padding:20px; border:solid 1px; background-color:rgba(20,20,20,0.9); color:rgba(255,255,255,0.8)">
<center>
<h1 >Car Records</h1>
<ul>
<% @car_logs.each do |car_log| %>
......@@ -8,5 +12,6 @@
<%end%>
</ul>
<a href="/car_logs/add">Add Entry</a>
<a href="/pages">Park Lot Home</a>
\ No newline at end of file
<a href="/car_logs/add" style="padding:5px; margin:20px; border:solid 1px;color: white">Add Entry</a>
<a href="/pages" style="padding:5px; margin:20px; border:solid 1px;color: white">Park Lot Home</a>
</center>
\ No newline at end of file
......@@ -5,5 +5,5 @@
<li>Manny</li>
</body>
<a href="/pages/index.html.erb">Park Lot Home</a>
<a href="/pages/index">Park Lot Home</a>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment