From 812b9002105beea34d9e31dab07d9f9cb30a4e3e Mon Sep 17 00:00:00 2001 From: Eren <2120548@stud.hs-mannheim.de> Date: Wed, 14 Dec 2022 11:11:38 +0100 Subject: [PATCH] Css with crimson --- pu2/src/Main.elm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pu2/src/Main.elm b/pu2/src/Main.elm index af25e49..abffc19 100644 --- a/pu2/src/Main.elm +++ b/pu2/src/Main.elm @@ -343,11 +343,14 @@ view model = ] ] , br [] [] - , text model.status + , div[style "text-align" "center"] [ + span[style "color" "crimson"] [text model.status] + ] + , div [style "display" "flex", style "justify-content" "center", style "margin-top" "20px", style "gap" "5px"] [ - table [style "border-collapse" "collapse"] + table [style "border-collapse" "collapse", style "width" "max(20%, 200px)"] [ - thead [] [ + thead [style "text-align" "left", style "border-bottom" "2px solid black"] [ tr [] [ th [] [text "Datum"] , th [] [text "Typ"]