Commit b1f971e8 authored by Corentin Bettiol's avatar Corentin Bettiol 💻
Browse files

Premier commit, structure basique et moche du site.

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+4 −0
Original line number Original line Diff line number Diff line
l3m website
====

C'est la 5ème refonte.
 No newline at end of file

css/design.css

0 → 100644
+59 −0
Original line number Original line Diff line number Diff line

/*
====
CSS
*/

body{
	margin: 0;
	padding: 0;
	font-family: ubuntulight;
	font-size: 1.7em;
}

header{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: ubuntumono;
}

h1{
	display: inline-block;
	width: auto;
}

ul{
	list-style-type: none;
}

li{
	display: inline-block;
}



/*
====
Debug
*/

@font-face {
    font-family: ubuntulight;
    src: url("../fonts/Ubuntu-L.ttf");
}

@font-face {
    font-family: ubuntumono;
    src: url("../fonts/UbuntuMono.ttf");
}

/*
====
Debug
*/

body *{
	border: 1px solid black;
}
 No newline at end of file

fonts/Ubuntu-L.ttf

0 → 100644
+406 KiB

File added.

No diff preview for this file type.

fonts/UbuntuMono.ttf

0 → 100644
+187 KiB

File added.

No diff preview for this file type.

img/logo.png

0 → 100644
+1.18 KiB
Loading image diff...
Loading