-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatelook.css
More file actions
34 lines (31 loc) · 790 Bytes
/
matelook.css
File metadata and controls
34 lines (31 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
* written by andrewt@cse.unsw.edu.au September 2016
* as a starting point for COMP2041/9041 assignment 2
* http://cgi.cse.unsw.edu.au/~cs2041/assignments/matelook/
*
* Change (or replace) the CSS below to create you own look-and-feel
*
* You will probably want to add CSS to this file too
*/
.matelook_heading {
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
font-size: x-large;
font-weight: bold;
text-decoration: underline;
}
.matelook_user_details {
background-color: #ABCDEF;
color: #204142;
white-space: pre;
border:thin solid #204142;
border-radius: 1em;
padding-left: 0.42em;
}
.matelook_button {
background-color: #FEDBCA;
border:thin solid #904142;
border-radius: 0.42em;
color: #904142;
}