Skip to content
Snippets Groups Projects
Commit 00493557 authored by Nicolay Schiøll-Johansen's avatar Nicolay Schiøll-Johansen
Browse files

added background photo and stylesheet to prep for redesign

parent 6b24240a
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!101Redesign prep
Pipeline #78136 passed
src/main/resources/Images/vector1.jpg

107 KiB

......@@ -5,11 +5,8 @@
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.*?>
<<<<<<< src/main/resources/NTNU/IDATT1002/signup.fxml
<VBox alignment="CENTER" prefHeight="1080.0" prefWidth="1920.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="NTNU.IDATT1002.controllers.SignUp">
=======
<VBox alignment="CENTER" prefHeight="400.0" prefWidth="600.0" spacing="20.0" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="NTNU.IDATT1002.controllers.SignUp">
>>>>>>> src/main/resources/NTNU/IDATT1002/signup.fxml
<children>
<Label text="Sign Up page">
<font>
......
.bodybg{
-fx-background-image: url("../../Images/vector1.jpg");
-fx-background-size: cover;
}
.signupbg{
-fx-background-color: #10101f;
}
.button{
-fx-transition-duration: 0.4s;
-fx-background-color: blank;
-fx-border-width: 2px;
-fx-border-color: white;
-fx-color: white;
}
.button:hover{
-fx-background-color: rgba(193, 198, 196, 0.5);
-fx-color: white;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment