When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}
GivenName,Surname,StreetAddress,City,ZipCode,EmailAddress,TelephoneNumber | |
Karolin,Gottlieb,Am Borsigturm 61,Dormagen Zons,41541,[email protected],02133 01 62 83 | |
Philipp,Schaefer,Schmarjestrasse 82,Bahnitz,14715,[email protected],033870 32 38 | |
Claudia,Maurer,Wallstrasse 72,Hammerstein,56598,[email protected],02635 99 06 20 | |
Luca,Neustadt,Ellmenreichstrasse 10,Obertrubach,91286,[email protected],09197 39 92 27 | |
Frank,Schmitz,Borstelmannsweg 32,Coburg,96409,[email protected],09561 78 15 75 | |
Ute,Mehler,Flughafenstrasse 59,Weiding,92557,[email protected],09673 12 09 48 | |
Marko,Reiniger,Augsburger Straße 20,Herne,44629,[email protected],02323 95 65 13 | |
Anja,Theissen,Leipziger Straße 78,Zierenberg,34289,[email protected],05606 71 60 26 | |
Franziska,Bürger,Prenzlauer Allee 6,Markkleeberg,04409,Franziska.Bü[email protected],0341 86 02 37 |
1. Building | |
1.1 Open Windows PowerShell. | |
1.2 Create a workspace folder: | |
> mkdir workspace | |
1.3 Set the WORKSPACE environment variable: | |
> $Env:WORKSPACE = 'C:\Users\pedro\workspace\' |