Skip to content
Snippets Groups Projects
Commit 0e67507e authored by Yannis Devos's avatar Yannis Devos
Browse files

css

parent df35824c
Branches
No related tags found
No related merge requests found
......@@ -62,10 +62,12 @@ public class Feed extends HttpServlet {
}
else {
out.println("<p class=\"information\">You are not following any thread yet.</p>");
out.println("<button><a href=\"\">Discover new threads</a></button>");
}
out.println("<div class=\"discover\">");
out.println("<a href=\"\">Discover new threads</a>");
out.println("<a href=\"http://localhost:8080/s4a021-web-backend/NewThread\">Create a new thread</a>");
out.println("</div>");
out.println("</body>");
out.println("<footer>");
......
......@@ -27,7 +27,7 @@ ul{
width : 100%;
}
.menu_option>a{
.menu_option>a, .discover>a{
background-color : white;
text-decoration: none;
color: black;
......@@ -41,7 +41,18 @@ ul{
border-radius : 5px;
}
.discover{
text-align : center;
}
.discover>a:hover{
transition : 0.3s;
padding : 1.5%;
border-radius : 5px;
}
.information{
margin-top : 10%;
margin-bottom : 2%;
text-align : center;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment