Відмінності між версіями «Шаблон:Mainpage»
		
		
		
		
		
		Перейти до навігації
		Перейти до пошуку
		
				
		
		
	
| Рядок 3: | Рядок 3: | ||
   display: flex;  |    display: flex;  | ||
   flex-wrap: wrap;  |    flex-wrap: wrap;  | ||
   gap:   |    gap: 48px;  | ||
   justify-content: center;  |    justify-content: center;  | ||
   max-width:   |    max-width: 1900px;  | ||
   margin: 48px auto;  |    margin: 48px auto;  | ||
   padding: 0 24px;  |    padding: 0 24px;  | ||
| Рядок 11: | Рядок 11: | ||
.flex-columns > div {  | .flex-columns > div {  | ||
   flex: 1 1   |    flex: 1 1 520px;  | ||
   max-width:   |    max-width: 680px;  | ||
   background: #f9f9f9;  |    background: #f9f9f9;  | ||
   border: 1px solid #ddd;  |    border: 1px solid #ddd;  | ||
   border-radius: 12px;  |    border-radius: 12px;  | ||
   padding:   |    padding: 42px 36px;  | ||
   box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);  |    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);  | ||
   transition: transform 0.2s ease, box-shadow 0.2s ease;  |    transition: transform 0.2s ease, box-shadow 0.2s ease;  | ||
   display: flex;  |    display: flex;  | ||
   flex-direction: column;  |    flex-direction: column;  | ||
   align-items:   |    align-items: stretch;  | ||
}  | }  | ||
| Рядок 28: | Рядок 27: | ||
   transform: translateY(-4px);  |    transform: translateY(-4px);  | ||
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);  |    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);  | ||
}  | |||
.flex-columns .image {  | |||
  display: flex;  | |||
  justify-content: center;  | |||
  margin-bottom: 24px;  | |||
}  | }  | ||
| Рядок 34: | Рядок 39: | ||
   max-height: 120px;  |    max-height: 120px;  | ||
   object-fit: contain;  |    object-fit: contain;  | ||
}  | }  | ||
| Рядок 50: | Рядок 54: | ||
   border-bottom: 2px solid #0057b7;  |    border-bottom: 2px solid #0057b7;  | ||
   padding-bottom: 6px;  |    padding-bottom: 6px;  | ||
   text-align: center;  |    text-align: center;  | ||
}  | }  | ||
Версія за 01:51, 4 квітня 2025