diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6f49f65 Binary files /dev/null and b/.DS_Store differ diff --git a/Lebenslauf.pdf b/Lebenslauf.pdf new file mode 100644 index 0000000..7a8cc31 Binary files /dev/null and b/Lebenslauf.pdf differ diff --git a/calculatorStyle.css b/calculatorStyle.css index 85e1ea6..b497b0e 100644 --- a/calculatorStyle.css +++ b/calculatorStyle.css @@ -1,6 +1,6 @@ #calculator{ - font-family:Verdana; + margin: auto; background-color: black; border-radius: 50px; max-width: 415px; @@ -10,7 +10,12 @@ #display{ - width: 390px; + font-family: Helvetica; + font-weight: lighter; + + margin-left: 7.2%; + margin-top: 5%; + width: 350px; height: 130px; font-size: 4em; text-align: right; @@ -25,6 +30,9 @@ #buttons{ + font-family: Helvetica; + font-weight: lighter; + display:grid; grid-template-columns: repeat(4, 1fr); gap: 15px; diff --git a/index.html b/index.html new file mode 100644 index 0000000..8622b57 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + +
+ + +