08/08/2024
In This Video I Will Show You How to Create Login Page in Oracle Apex 20 2. Also Will Show You How to Design Login Page.
Oracle Apex 20.1 Download Link :- https://www.oracle.com/tools/downloads/apex-all-archives-downloads.html
Oracle Apex Installation Step by Step: -
https://business.facebook.com/latest/posts/playlist_details?videolist_id=2300577960107479
Oracle Forms and Reports 12c Step by Step:-
https://business.facebook.com/latest/posts/playlist_details?videolist_id=2030821230439299
Oracle Apex Installation Step by Step: -
Under Commeand for Create Login Page:-
=========================================t-Login-container{
background-image: url(' for Login.jpg');
background-repeat : no-repeat;
background-size : cover;
}
t-Login-region .t-Login-body .t-Form-fieldContainer:not(.t-Form-fieldContainer--floatingLabel) .apex-item-text {
font-size: 16px;
padding: 4px 36px;
height: 40px;
border-radius: 20px;
}
a-Button--hot, .t-Button--hot:not(.t-Button--simple), body .ui-button.ui-button--hot, body .ui-state-default.ui-priority-primary {
background-color: ;
color: ;
border-radius: 15px;
}
a-Button--hot:hover, .a-Button--hot:not(:active):focus, .t-Button--hot:not(.t-Button--simple):hover, .t-Button--hot:not(.t-Button--simple):not(:active):focus, body .ui-button.ui-button--hot:hover, body .ui-button.ui-button--hot:not(:active):focus, body .ui-state-default.ui-priority-primary:hover, body .ui-state-default.ui-priority-primary:not(:active):focus {
background-color: ;
}
========================================================