Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PSW_II_PARIWISATA_TRANSPORTASI
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Proyek_PSW_II_PARIWISATA
PSW_II_PARIWISATA_TRANSPORTASI
Commits
3c5bd706
Commit
3c5bd706
authored
Jun 06, 2020
by
11319009_Pratiwi Sibarani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
07372b7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
0 deletions
+84
-0
login.css
transportasi/public/css/login.css
+84
-0
No files found.
transportasi/public/css/login.css
0 → 100644
View file @
3c5bd706
body
{
font-family
:
sans-serif
;
background
:
url('../img/view.jpg')
no-repeat
;
background-size
:
cover
;
opacity
:
0.9
;
}
h1
{
text-align
:
center
;
/*ketebalan font*/
font-weight
:
300
;
color
:
white
;
}
.tulisan_login
{
text-align
:
center
;
/*membuat semua huruf menjadi kapital*/
text-transform
:
uppercase
;
}
.kotak_login
{
width
:
350px
;
color
:
black
solid
;
/*meletakkan form ke tengah*/
margin
:
80px
auto
;
padding
:
30px
20px
;
background-color
:
white
;
opacity
:
0.9
;
}
label
{
font-size
:
11pt
;
}
.form_login
{
/*membuat lebar form penuh*/
box-sizing
:
border-box
;
width
:
100%
;
padding
:
10px
;
font-size
:
11pt
;
margin-bottom
:
20px
;
}
.form-control
{
display
:
block
;
width
:
100%
;
height
:
calc
(
1.5em
+
0.75rem
+
2px
);
padding
:
0.375rem
0.75rem
;
font-size
:
1rem
;
font-weight
:
400
;
line-height
:
1.5
;
color
:
#495057
;
background-color
:
#fff
;
background-clip
:
padding-box
;
border
:
1px
solid
#ced4da
;
border-radius
:
0.25rem
;
transition
:
border-color
0.15s
ease-in-out
,
box-shadow
0.15s
ease-in-out
;
}
.tombol_login
{
background
:
#46de4b
;
color
:
black
;
font-size
:
11pt
;
width
:
100%
;
border
:
none
;
border-radius
:
3px
;
padding
:
10px
20px
;
}
.tombol_register
{
background
:
blue
;
color
:
white
;
font-size
:
11pt
;
width
:
100%
;
border
:
none
;
border-radius
:
3px
;
padding
:
10px
20px
;
}
.link
{
color
:
#232323
;
text-decoration
:
none
;
font-size
:
10pt
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment