Advertisement
Euna-

[f2u] user - pastel flower

Jan 1st, 2023 (edited)
1,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.03 KB | None | 0 0
  1. <!--
  2. colors:
  3.  
  4.    gradient color 1:   #c9ffeb
  5.    gradient color 2:   #a1e3ff
  6.    gradient color 3:   #ffcffd
  7.    background color:   #ffffff
  8.    text color:         #63617d
  9.    
  10. icons:
  11.  
  12.    https://fontawesome.com/
  13.  
  14. -->
  15.  
  16.  
  17. <div class="mx-auto" style="max-width: 600px;">
  18.    
  19.     <div class="m-2 p-4" style="border-radius: 36px; background-image:
  20.    linear-gradient(135deg, #c9ffeb,  #a1e3ff, #ffcffd); border: 6px solid #ffffff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);">
  21.        
  22.         <div class="p-3" style="border-radius: 20px; border: 0px; color: #63617d; background: #ffffff; margin-top: 140px;">
  23.            
  24.             <!-- profile image
  25.            
  26.            -->
  27.             <div class="mx-auto rounded-circle mb-3" style="background-image: url(
  28.            
  29.            https://images.unsplash.com/photo-1614481327033-68e5df399653?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=816&q=80
  30.            
  31.            ); background-size: cover; background-position: center; max-width: 160px; min-height: 160px; border: solid 4px #ffffff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); --fa-animation-duration: 10s; margin-top: -90px;"></div><!-- / profile image -->
  32.            
  33.             <div class="font-weight-lighter text-center">
  34.                
  35.                 <!-- name -->
  36.                 <h1 class="font-weight-light" style="font-size: 2.2em;">
  37.                    
  38.                     <i class="fa-solid fa-flower fa-spin" style="color: #c9ffeb;"></i>
  39.                    
  40.                     Name here
  41.                    
  42.                     <i class="fa-solid fa-flower fa-spin" style="color: #ffcffd;"></i>
  43.                    
  44.                 </h1> <!--/ name -->
  45.                
  46.                 <p>
  47.                     <span class="badge font-weight-light" style="background: #c9ffeb; color: #63617d;">
  48.                         info
  49.                     </span>
  50.                     <span class="badge font-weight-light" style="background: #a1e3ff; color: #63617d;">
  51.                         info
  52.                     </span>
  53.                     <span class="badge font-weight-light" style="background: #ffcffd; color: #63617d;">
  54.                         info
  55.                     </span>
  56.                    
  57.                 </p>
  58.                
  59.                 <!-- bio -->
  60.                
  61.                 <p>bio here. this box grows with content. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <!-- /bio -->
  62.                
  63.                 <!-- buttons -->
  64.                 <p>
  65.                     <a href="LINK_HERE" class="btn font-weight-bold m-1" style="color: #ffffff; background-image: linear-gradient(135deg, #c9ffeb,  #a1e3ff, #ffcffd); border-radius: 10px; border: solid 2px #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);">
  66.                         link 1
  67.                     </a>
  68.                    
  69.                     <a href="LINK_HERE" class="btn font-weight-bold m-1" style="color: #ffffff; background-image: linear-gradient(135deg, #c9ffeb,  #a1e3ff, #ffcffd); border-radius: 10px; border: solid 2px #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);">
  70.                         link 2
  71.                     </a>
  72.                    
  73.                     <a href="LINK_HERE" class="btn font-weight-bold m-1" style="color: #ffffff; background-image: linear-gradient(135deg, #c9ffeb,  #a1e3ff, #ffcffd); border-radius: 10px; border: solid 2px #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);">
  74.                         link 3
  75.                     </a>
  76.                    
  77.                     <a href="LINK_HERE" class="btn font-weight-bold m-1" style="color: #ffffff; background-image: linear-gradient(135deg, #c9ffeb,  #a1e3ff, #ffcffd); border-radius: 10px; border: solid 2px #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);">
  78.                         link 4
  79.                     </a>
  80.                    
  81.                     <a href="LINK_HERE" class="btn font-weight-bold m-1" style="color: #ffffff; background-image: linear-gradient(135deg, #c9ffeb,  #a1e3ff, #ffcffd); border-radius: 10px; border: solid 2px #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);">
  82.                         link 5
  83.                     </a>
  84.                    
  85.                 </p> <!-- / buttons -->
  86.                
  87.                
  88.             </div>    
  89.            
  90.  
  91.            
  92.         </div>
  93.        
  94.     </div>
  95.    
  96.     <div class="text-center" style="margin-top: -22px;">
  97.         <a href="https://toyhou.se/EunaCodes" class="badge" style="color: #63617d; background: #ffffff;">
  98.         html <i class="fa-light fa-code"></i> by Euna
  99.         </a>
  100.     </div>
  101.    
  102. </div>    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement