Room for girls only Copy 2

Set at the foot of the Sacré-Coeur basilica, this hotel’s unpretentious rooms offer a solid base for exploring surrounding Montmartre.

5

BEDROOMS

6

BATHROOMS

37

SQ.M

TOTAL AMOUNT

1746

/month

Introduction

Completely renovated, warm and comfortable, the Hôtel Gérando harmoniously combines authenticity and modernity in the Montmartre neighborhood. Our soundproofed, air-conditioned rooms make for restful nights, leaving you free to spend your days following in the footsteps of the artists and poets for whom the area is famous.

Features

Parking

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Electronics

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Pets

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Does Zipple help only with long-term rent?

How are you different from property and relocation agencies?

What sources of listings do you search across?

Is it AI or a person?

What guarantees do you offer for the money to be paid?

I do not speak local language, how I will communicate your agents?

Become a Zipple Landlord

Create your listing for free and generate high demand with thousands verified tenants on our platform

Smart Search

Smart Search

Smart Search

Learn more

- **`xs`** → `--space-xs` = `0.5rem` (≈ 8px)  
- **`sm`** → `--space-sm` = `0.625rem` (≈ 10px)  
- **`s`** → `--space-s` = `0.75rem` (≈ 12px)  
- **`m`** → `--space-m` = `1rem` (≈ 16px, базовый)  
- **`md`** → `--space-md` = `1.25rem` (≈ 20px)  
- **`l`** → `--space-l` = `1.5rem` (≈ 24px)  
- **`xl`** → `--space-xl` = `2rem` (≈ 32px)  
- **`2xl`** → `--space-2xl` = `3rem` (≈ 48px)  
- **`3xl`** → `--space-3xl` = `4rem` (≈ 64px)  
- **`4xl`** → `--space-4xl` = `5rem` (≈ 80px)  
- **`huge`** → `--space-huge` = `3.75rem` (≈ 60px, спец‑размер)  
- **`giant`** → `--space-giant` = `6.25rem` (≈ 100px, максимум)

#### 3.1. Margin (десктоп)

- `mt-*` — `margin-top`  
- `mb-*` — `margin-bottom`  
- `mv-*` — вертикальный margin (top + bottom)

#### 3.2. Margin (мобильный)

Те же, но с префиксом `m-`:

- `m-mt-*`, `m-mb-*`, `m-mv-*`

#### 3.3. Padding (десктоп)

- `p-*` — padding со всех сторон  
- `pv-*` — padding по вертикали (top + bottom)  
- `ph-*` — padding по горизонтали (left + right)  
- `pt-*` — `padding-top`  
- `pb-*` — `padding-bottom`  
- `pl-*` — `padding-left`  
- `pr-*` — `padding-right`

Аналогично, но с `m-`:

- `m-p-*`, `m-pv-*`, `m-ph-*`, `m-pt-*`, `m-pb-*`, `m-pl-*`, `m-pr-*`

#### 3.5. Gap

- `gap-*` — `gap` между элементами (flex/grid), базовое значение.  
- `m-gap-*` — `gap` только на мобилках.

- `fl-l` — `display: flex; justify-content: flex-start;`  
- `fl-c` — `display: flex; justify-content: center;`  
- `fl-r` — `display: flex; justify-content: flex-end;`  
- `fl-m` — центр и по горизонтали, и по вертикали (`justify-content: center; align-items: center;`)  
- `fl-btwn` — `justify-content: space-between;`  
- `fl-w` — `flex-wrap: wrap;`  

- `ta-l` — `text-align: left;`  
- `ta-c` — `text-align: center;`  
- `ta-r` — `text-align: right;`

- `m-ta-l`, `m-ta-c`, `m-ta-r`